Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

| Previous | Chapter Contents | Chapter Top | Next |

Controlling Packet Size

VDSetPreferredPacketSize

The VDSetPreferredPacketSize function sets the preferred packet size for video digitizing.

pascal VideoDigitizerError VDSetPreferredPacketSize(
                     VideoDigitizerComponent ci,
                     long preferredPacketSizeInBytes);
ci
Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's OpenComponent function.
preferredPacketSizeInBytes
The preferred packet size in bytes.

DESCRIPTION

This function was added in QuickTime 2.5 to support video conferencing applications.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |